home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00123_Flash rect toggle in tester.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  246 b   |  9 lines

  1. on mouseUp
  2.   global gShowFlashRects, gCharacterSprites, gArbusSprite
  3.   gShowFlashRects = not gShowFlashRects
  4.   repeat with X in gCharacterSprites
  5.     sendSprite(X, #setFlashRectsInk)
  6.   end repeat
  7.   sendSprite(gArbusSprite, #setFlashRectsInk)
  8. end
  9.